Uses of Class
org.eclipse.vtp.framework.common.commands.ControllerCommand

Packages that use ControllerCommand
org.eclipse.vtp.framework.common.commands   
 

Uses of ControllerCommand in org.eclipse.vtp.framework.common.commands
 

Subclasses of ControllerCommand in org.eclipse.vtp.framework.common.commands
 class ExitCommand
          A command that terminates an included process and returns control to the originating process.
 class ForwardCommand
          A command that tells the process engine to terminate the current process and pass control to another process.
 class IncludeCommand
          A command that tells the process engine to suspend the current process and pass control to another process, resuming the current process when the target process completes.